Copied this bit of code from another template but get the below error. your reference number isb ${case.company?keep_before(' ')} /bbr / any ideas why?
l
Len
07/23/2020, 3:45 AM
Do u want to keep before space?
Len
07/23/2020, 3:47 AM
Then, it should be <b> ${case.company?keep_before(' ')} </b><br />
👌 1
m
mg2017
07/23/2020, 9:33 AM
ah right - you are right, it's just ' '. When I save the editor converts it to ' ' and I must replace this with ' ' before saving! thanks for that